#swiper1{
    position: relative;
    width: 100%;
    /* height: 560px; */
}
#swiper1 img{
    width: 100%;
    /* height: 560px; */
}
#swiper1 .swiper-button-next,#swiper1 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 26px;
    margin-top: -13px;
    z-index: 10;
    cursor: pointer;
    background-size: 14px 26px;
    background-position: center;
    background-repeat: no-repeat;
}
#swiper1 .swiper-button-next {
    background-image: url('../images/rt.png');
    right: 45px;
}
#swiper1 .swiper-button-prev {
    background-image: url('../images/lt.png');
    left: 45px;
}
#swiper1 >.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 35px;
    left: 0;
    width: 100%;
}

#swiper1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}   
#swiper1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #219043;
}

.content{
    width: 1200px;
    margin: 60px auto 0;
    padding-bottom: 40px;
}
.cont_tit{
    width: 481px;
    height: 68px;
    background: url('../images/product_line.png') no-repeat center 20px;
    
    margin: 0 auto 50px;
    text-align: center;
}
.cont_tit h2{
    font-size: 30px;
    font-weight: bold;
}
.cont_tit h4{
    font-size: 24px;
    color: #666666;
    margin-top: 12px;
}
.nav_title {
    text-align: center;
    margin-bottom: 48px;
}
.nav_title li{
    /*width: 141px;*/
    padding: 5px;
    height: 42px;
    margin: 0 3px;
    border:2px solid #00824a;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    color: #00824a;
    font-size: 14px;
}
.nav_title .cur{
    background: #00824a;
    color: #fff;
}
.nav_title li:hover{
    background: #00824a;
    color: #fff;
}

.pic_ul{
    display: none;
    
}
.pic_div ul:nth-child(1){
    display: block;
}
.pic_ul li{
    width: 380px;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 24px;
}
.pic_ul li span{
    width: 378px;
    height: 270px;
    border: 1px solid #cfcfcf;
    display: block;
    overflow: hidden;
}
.pic_ul li img{
    width: 378px;
    height: 270px;
    transition: 0.5s;
}
.pic_ul li img:hover{
    transform: scale(1.2);
}
.pic_ul li p{
    font-size: 14px;
    margin-top: 18px;
   
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.content2{
    width: 100%;
    height: 502px;
    background: url('../images/cont2.png') no-repeat center top;

}
.cont2_lt{
    float: left;
    width: 695px;
}

.cont2_lt h4{
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #04be6e;
    margin-top: 59px;
}
.cont2_lt .tit_about{
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
}
.Introduction {
    height: 236px;
    overflow: hidden;
}
.Introduction p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 32px;
}

.cont_more{
    display: block;
    width: 116px;
    height: 42px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 38px;
}
.cont_more:hover{
    border: 1px solid #00824a;
    background: #00824a;
}

.cont2_rt{
    position: relative;
    float: right;
    width: 430px;
    height: 313px;
    /*background: url('../images/back1.png') no-repeat right bottom;*/
    /*margin-top: 68px;*/
}
.cont2_rt video{
    width: 400px;
    margin-left: 5.5%;
    margin-top: 14%;
}
.cont2_rt span{
    position: absolute;
    left: 0;
    top: 0;
    width: 409px;
    height: 292px;
    overflow: hidden;
}
.cont2_rt span img{
    width: 409px;
    height: 292px;
    transition: 0.5s;
}
.cont2_rt span img:hover{
    transform: scale(1.3);
}

.quality{
    position: absolute;
    left: 0;
    bottom: -123px;
    width: 50%;
    height: 182px;
    background: #00824a url('../images/icon2.png') no-repeat 50px center;
  
}
.quality2{
    position: absolute;
    right: 0;
    bottom: -123px;
    width: 50%;
    height: 182px;
    background: #3a3a3a url('../images/icon3.png') no-repeat 50px center;
    
}
.quality h5,.quality2 h5{
    margin-left: 175px;
    font-size: 18px;
    margin-top: 44px;
    color: #fff;
}
.quality p,.quality2 p{
    margin-left: 175px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-top: 13px;
    width: 380px;
}

.content3{
    width: 1200px;
    margin: 200px auto 0;
    padding-bottom: 95px;
}
.news_banner{
    float: left;
    width: 505px;
    height: 360px;
}

.swiper_news{
    width: 504px;
    height: 360px;
}
.swiper_news .swiper-slide{
    position: relative;
}
.swiper_news .swiper-slide .news_p{
    position: absolute;
    bottom: 30px;
    left: 0;
    background: rgba(0,0,0,.5);
    height: 60px;
    width: 484px;
    padding: 0 10px;
}
.swiper_news .swiper-slide img{
    width: 504px;
    height: 360px;
}
.news_banner .swiper_news>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    height: 26px;
    left: 0;
    width: 499px;
    background: #000;
    text-align: right;
    padding-right: 5px;
    padding-top: 4px;
}
.swiper_news .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius:0;
    background: #626262;
    opacity: 1;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
.swiper_news .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e62129;
}

.swiper_news .swiper-slide .news_p p:nth-child(1){
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.swiper_news .swiper-slide .news_p p:nth-child(2){
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.news_rt{
    width: 647px;
    height: 360px;
    float: right;
}
.news_rt li{
    height: 70px;
    margin-bottom: 25px;
}
.news_rt li:last-child{
    margin-bottom: 0;
}
.news_rt li .news_time{
    float: left;
    width: 80px;
    height: 70px;
    background: #666666;
    color: #fff;
    text-align: center;
}
.news_rt li .news_time span:nth-child(1){
    font-size: 32px;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
.news_rt li .news_time span:nth-child(2){
    font-size:14px;
    display: block;
   
}
.news_rt li .news_a{
    float: right;
    display: block;
    height: 70px;
    width: 540px;
}
.news_rt li .news_a h5{
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_rt li .news_a p{
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 21px;
    margin-top: 5px;
}
.news_rt li:hover .news_time{
    background: #219043;
}
.news_rt li:hover .news_a{
    color: #219043;
}

.cont03{
    display: none;
}
.tab3 .cont03:nth-child(1){
    display: block;
}

.content4{
    width: 100%;
    height: 206px;
    margin: 50px 0;
    background: url('../images/back2.png') no-repeat center top;
    overflow: hidden;
}
.content4 .advertising{
    position: relative;
    height: 206px;
    width: 1200px;
    margin: 0 auto;
}
.advertising h3{
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    margin-top: 41px;
}
.title04{
    width: 104px;
    display: inline-block;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #00824a;
    font-size: 18px;
    margin-right: 15px;
    margin-top: 20px;
}
.cont04_phone{
    position: absolute;
    top:63px;
    left: 530px;
    width: 220px;
    height: 45px;
    background: url('../images/phone2.png') no-repeat left top;
}
.cont04_phone span{
    display: block;
    padding-left: 63px;
}
.cont04_phone span:nth-child(1){
    font-size: 14px;
    color: #fff;
}
.cont04_phone span:nth-child(2){
    font-size: 20px;
    color: #e62129;
    margin-top: 8px;
}
.pro_ul{
    float: right;
    width: 425px;
    height: 122px;
    margin-top: -53px;
}
.pro_ul li{
    width: 122px;
    height: 122px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-right: 28px;
}
.pro_ul li img{
    width: 122px;
    height: 122px;
    transition: 0.5s;
}
.pro_ul li:last-child{
    margin-right: 0;
}
.pro_ul li img:hover{
    transform: scale(1.2);
}

.content5{
    position: relative;
    width: 1322px;
    overflow: hidden;
    margin: 70px auto 0;
    padding-bottom: 85px;
}

#swiper4{
    position: static!important;
    width: 1200px;
    height: 240px;

}
#swiper4 .swiper-slide{
    width: 300px;
    height: 240px;

}
#swiper4 .swiper-slide img{
    width: 300px;
    height: 215px;
}
#swiper4 .swiper-slide p{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
#swiper4 .swiper-button-prev,#swiper4 .swiper-button-next {
    position: absolute;
    top: 53%;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}
#swiper4 .swiper-button-prev{
    background-image: url('../images/lt2.png');
    left: 0;
}
#swiper4 .swiper-button-next{
    background-image: url('../images/rt2.png');
    right: 0;
}